home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #8 / 1999 CD 8 (black).iso / maskdemo / DATA1.CAB / Program_Executable_Files / Daventry / KQ / ARROTRP2.CS < prev    next >
Encoding:
Text File  |  1998-12-15  |  245 b   |  12 lines

  1. echo $1 $2 $3 $4
  2.  
  3. if test $2 == Cue
  4.     #fire projectile
  5.     if test $Daventry::arrotrp2::SwitchOn == true
  6.             KQSound::play Crossbow.aud
  7.         if test $Daventry::arrotrp2::PowerOn == true
  8.             sendEvent 3 $1 KQCueEvent 500 0
  9.         endif
  10.     endif
  11. endif
  12.